Merge from trunk.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Apr 2012 01:12:46 +0000 (18:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Apr 2012 01:12:46 +0000 (18:12 -0700)
1  2 
lib-src/ChangeLog
src/ChangeLog

index a9f7c0b7e814064f7853e2fa383b3644997d8e60,5b880d028b8d93793e843f8fc1ea933e948f79fa..97ad028942470a18ee2b0aeb1a9f75ba46f3653a
@@@ -1,11 -1,12 +1,18 @@@
- 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
++2012-04-16  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      configure: new option --enable-gcc-warnings (Bug#11207)
 +      * Makefile.in (C_WARNINGS_SWITCH): Remove.
 +      (WARN_CFLAGS, WERROR_CFLAGS): New macros.
 +      (BASE_CFLAGS): Use new macros rather than old.
 +
+ 2012-04-16  Paul Eggert  <eggert@cs.ucla.edu>
+       Assume less-ancient POSIX support.
+       * update-game-score.c: Include <getopt.h> rather than rolling our
+       own decls for optarg, optind, opterr.  See
+       <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html>.
  2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
 -
        * emacsclient.c (decode_options) [WINDOWSNT]:
        Call ttyname instead of passing its address (typo in revno:106608).
  
diff --cc src/ChangeLog
Simple merge